home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / hardware / ioblixusr37_11 / devs / dosdrivers / pzip0 next >
Text File  |  1999-11-29  |  596b  |  35 lines

  1. /* 
  2.  *
  3.  * Amiga ZIP-Disk Mountlist
  4.  *
  5.  */
  6.  
  7. Flags           = 0
  8. /*
  9. FileSystem      = L:FastFileSystem
  10. */
  11. Surfaces        = 1
  12. SectorsPerBlock = 1
  13. BlocksPerTrack  = 68
  14. Reserved        = 2
  15. Interleave      = 0
  16. LowCyl          = 2
  17. HighCyl         = 2890
  18. Buffers         = 100
  19. BufMemType      = 5
  20. MaxTransfer     = 0x00ffffff
  21. Mask            = 0xffffffff
  22. DosType         = 0x444F5303
  23. GlobVec         = -1
  24. StackSize       = 4096
  25. Mount           = 1
  26. Priority        = 10
  27.  
  28. /* The Device and Unit fields are controlled 
  29.  * by tooltypes in the icon.
  30.  *
  31.  * Device       = scsi.device
  32.  * Unit         = 5
  33.  */
  34.  
  35.